span.button button, span.button a {
  background-color: #327EE6;
  border-color: #327EE6;
  border-radius: 3px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 500;
  padding: 12px;
  transition: all ease-in-out 0.2s;
  text-decoration: none; }
  span.button button:hover, span.button button:active, span.button a:hover, span.button a:active {
    background-color: #2571D9;
    border-color: #2571D9;
    color: #fff; }

span.button.pdf button, span.button.pdf a {
  background-image: url(../img/btn-pdf.svg);
  background-size: 18px 23px;
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 44px; }

span.button.calendar button, span.button.calendar a {
  background-image: url(../img/btn-calendar.svg);
  background-size: 18px 20px;
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 44px; }

header.header-primary {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 90, 148, 0.15);
  min-height: 140px;
  padding: 20px 20px;
  position: relative;
  z-index: 9999; }
  header.header-primary .logo {
    padding-bottom: 1em;
    width: 141px; }
  header.header-primary .header-description {
    font-size: 0.95em;
    line-height: 1.3;
    max-width: 480px; }
    header.header-primary .header-description p {
      margin: 0; }

nav.header-secondary {
  background-color: #F8FAFF;
  border-bottom: 1px solid rgba(0, 90, 148, 0.15);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.925em;
  justify-content: flex-end; }
  nav.header-secondary .navbar-toggler {
    color: #383D47;
    padding: .25rem .35rem;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid rgba(0, 90, 148, 0.15) !important;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 90, 148, 0.1); }
  nav.header-secondary .collapse.navbar-collapse {
    padding: 0 calc(20px - 1rem); }
  nav.header-secondary a.nav-link {
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #383D47;
    text-decoration: none;
    font-weight: inherit; }
    nav.header-secondary a.nav-link:after {
      content: "";
      display: block;
      background-color: #327EE6;
      width: 100%;
      height: 3px;
      border-radius: 3px 3px 0 0;
      position: absolute;
      bottom: 0;
      visibility: hidden; }
    nav.header-secondary a.nav-link.active, nav.header-secondary a.nav-link:hover {
      color: #327EE6;
      text-decoration: none; }
      nav.header-secondary a.nav-link.active:after, nav.header-secondary a.nav-link:hover:after {
        visibility: visible; }

@media all and (max-width: 480px) {
  nav.header-secondary a.nav-link {
    width: 100%; } }

@media all and (max-width: 575px) {
  header.header-primary .header-description {
    font-size: 0.85em; } }

@media all and (min-width: 576px) {
  header.header-primary {
    align-items: center;
    display: flex;
    padding: 20px 45px; }
    header.header-primary .logo {
      margin-right: 20px;
      padding-bottom: 0; }
  nav.header-secondary {
    padding: 10px calc(45px - 1rem); } }

@media all and (max-width: 767px) {
  nav.header-secondary a.nav-link:after {
    display: none; } }

@media all and (min-width: 768px) {
  header.header-primary {
    background-image: url(../img/pedago-home.svg);
    background-position: calc(100% - 20px) 30px;
    background-repeat: no-repeat;
    background-size: 155px 154px; }
  nav.header-secondary {
    font-size: 1rem; }
    nav.header-secondary .collapse.navbar-collapse {
      flex-wrap: wrap !important; }
      nav.header-secondary .collapse.navbar-collapse a.nav-link {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        min-height: 60px; }
        nav.header-secondary .collapse.navbar-collapse a.nav-link:after {
          height: 6px; }
  nav.header-secondary {
    padding: 0 calc(45px - 1rem); } }

@media all and (min-width: 1024px) {
  header.header-primary {
    background-position: calc(100% - 30px) 30px; }
    header.header-primary .header-description {
      max-width: 520px; }
  nav.header-secondary {
    font-size: 18px; } }

html {
  scroll-behavior: smooth; }

body {
  background-color: #E6EDF4;
  color: #383D47;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 500; }

a {
  color: #327EE6;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease-in-out 0.2s; }
  a:active, a:hover {
    color: #2571D9; }

p:last-child, ul:last-child, ol:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

h1.page-title {
  position: fixed;
  padding: 0;
  margin: 0;
  left: -100vw;
  width: 0;
  height: 0; }

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.main-content {
  max-width: 1030px;
  padding: 0 20px 90px;
  position: relative; }
  .main-content > section {
    margin-top: -60px;
    padding-top: calc(60px + 50px);
    padding-bottom: 30px; }
    .main-content > section:first-child {
      padding-top: calc(60px + 70px); }
    .main-content > section:last-child {
      padding-bottom: 0; }
  .main-content .col > div:not(:last-child) {
    margin-bottom: 1.5em; }
  .main-content p + div {
    padding-top: 0.5em; }

@media (min-width: 576px) {
  .main-content {
    padding: 0 45px 90px; } }

h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 0.5em; }

.badge.badge-nouveaute {
  background-color: #F22453;
  font-size: 0.9rem;
  margin: 0.5em;
  padding: 10px 18px;
  position: relative;
  top: -0.25em; }

.list ul {
  font-size: 0.95em;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin: 0 0 2em; }
  .list ul:last-child {
    margin: 0; }
  .list ul li {
    margin-bottom: 1em; }
    .list ul li:last-child {
      margin-bottom: 0; }
    .list ul li a {
      background-color: #FFFFFF;
      background-image: url(../img/btn-play.svg);
      background-size: 31px 31px;
      background-position: 15px center;
      background-repeat: no-repeat;
      border-radius: 3px;
      box-shadow: 0 3px 0 rgba(105, 102, 142, 0.3);
      display: block;
      line-height: 1.3;
      padding: 18px 18px 18px 61px;
      color: #383D47;
      font-weight: inherit;
      text-decoration: none; }
      .list ul li a.is-active, .list ul li a:active, .list ul li a:hover {
        color: #327EE6;
        text-decoration: none; }

#available-soon {
  display: none;
  padding: 20px 30px;
  font-weight: 400; }

.fancybox-slide--html .fancybox-content {
  border-radius: 4px;
  padding-top: 51px; }

footer {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px -1px 4px rgba(0, 90, 148, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  text-align: center; }

@media (min-width: 576px) {
  footer {
    padding: 20px 45px; } }

.icon-go-up {
  width: 50px;
  height: 50px;
  background-color: rgba(50, 126, 230, 0.8);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background ease-in-out 0.2s; }
  .icon-go-up:hover {
    background-color: #327EE6; }
  .icon-go-up img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .icon-go-up.fixed_button {
    position: absolute !important; }
